home *** CD-ROM | disk | FTP | other *** search
- @ echo off
- echo The following command line will display all points on test.dat
- echo and label the axis Charge distribution vs X
- echo grapher test.dat all Charge distribution vs X
- echo Note: That keyword [all] is neccessary to plot all data & label it
- pause
- grapher test.dat all Charge distribution vs X (No Zoom)